-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actualize demo #9
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't run it, so I hope it still works and prevents sql injections)
# Open the port outside for client application | ||
image: mutillidae | ||
build: | ||
context: https://github.com/webpwnized/mutillidae-docker.git#1.0.39:www |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow, didn't know that it can work with web resources
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for www
ports: | ||
- "8080:80" | ||
- "3306:3306" | ||
context: https://github.com/webpwnized/mutillidae-docker.git#1.0.39:database |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we really need this context? looks like it's empty folder with only dockerfile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for changing the illustration scheme!!
only one problem that we will have old video with connector on schemas )) |
@vixentael Should we create a new video?) |
maybe let's delete the video or mark it as deprecated? |
Actualize the demo by removing the usage of old self-managed docker image and use official ones instead.